home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / infoserv / www / cern / doc / www-talk.archive.Z / www-talk.archive / text0283.txt < prev    next >
Encoding:
Text File  |  1992-11-30  |  1.0 KB  |  27 lines

  1. Hi.  I am porting WWW to BSDI.  So far mostly so good, here are some
  2. notes.
  3.  
  4. There are some stray dependencies in the Line Mode makefiles that point
  5. hard coded paths at /tmp for making stuff.  /tmp here is tiny, so I
  6. put the stuff in $(HOME)/tmp, but that didn't quite do the job.
  7.  
  8. It took some amount of fiddling to get everything to build in the
  9. right place, I hacked at it until it all compiled ok but will have
  10. to go back and see what exactly it was that I did...
  11.  
  12. HTFile.c didn't compile until I commented out one of the two times 
  13. that "tcp.h" was included - the compiler complained about a duplicate
  14. definition of "struct stat".
  15.  
  16. After all that it compiles fine and seems to work, and 'www -source'
  17. prints out what looks like real genuine HTML sources.  However, it
  18. appears that there's some critical place where TOUPPER is not working
  19. right, since the lower-case <a href=foo:bar>foobar</a> tags don't
  20. get recognized, and the upper-case <TITLE>foobar</TITLE> tags do.  
  21. This kind of ruins the hypertext effect :)
  22.  
  23. thanks,
  24.  
  25. --Ed
  26.  
  27.